Release 10.1A: OpenEdge Application Server:
Developing WebSpeed Applications


url-field-list

This function returns a series of name\value pairs suitably encoded and delimited to send to a browser as a URL argument. If a blank or Unknown value (?) is passed in, the function returns a blank value.

Location: web\method\cgiutils.i

Parameters:

INPUT p_name-list AS CHARACTER

A character expression containing a comma-delimited list of field names. These are available through the get-value function.

INPUT p_delim AS CHARACTER

The delimiter to use between name\value pairs. If the Unknown value (?) is specified, the default is & which is appropriate if the resulting URL is output to the browser.

Returns: CHARACTER

Notes:

See also:

hidden-field-list

get-value

url-field

url-format


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095